home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
m11h04.dir
/
00044.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
308 b
|
13 lines
on mouseDown
global gPreviousMovie, gLesson, gLessonSection
set the castNum of sprite 5 to cast "b048"
if pressLessonButton(5) then
set gPreviousMovie to "m11h04.dir"
set gLesson to 1
set gLessonSection to "text1"
sound stop 2
pupSprites(1, 48, 0)
go(1, "m23.dir")
end if
end